문제를 입력하십시오...
선형 대수 예제
x+y+z=2x+y+z=2 , 4x+5y+z=124x+5y+z=12 , 2x=-42x=−4
단계 1
연립방정식을 행렬 형태로 씁니다.
[111245112200-4]⎡⎢⎣111245112200−4⎤⎥⎦
단계 2
단계 2.1
Perform the row operation R2=R2-4R1R2=R2−4R1 to make the entry at 2,12,1 a 00.
단계 2.1.1
Perform the row operation R2=R2-4R1R2=R2−4R1 to make the entry at 2,12,1 a 00.
[11124-4⋅15-4⋅11-4⋅112-4⋅2200-4]⎡⎢⎣11124−4⋅15−4⋅11−4⋅112−4⋅2200−4⎤⎥⎦
단계 2.1.2
R2R2을 간단히 합니다.
[111201-34200-4]⎡⎢⎣111201−34200−4⎤⎥⎦
[111201-34200-4]⎡⎢⎣111201−34200−4⎤⎥⎦
단계 2.2
Perform the row operation R3=R3-2R1R3=R3−2R1 to make the entry at 3,13,1 a 00.
단계 2.2.1
Perform the row operation R3=R3-2R1R3=R3−2R1 to make the entry at 3,13,1 a 00.
[111201-342-2⋅10-2⋅10-2⋅1-4-2⋅2]⎡⎢⎣111201−342−2⋅10−2⋅10−2⋅1−4−2⋅2⎤⎥⎦
단계 2.2.2
R3R3을 간단히 합니다.
[111201-340-2-2-8]⎡⎢⎣111201−340−2−2−8⎤⎥⎦
[111201-340-2-2-8]⎡⎢⎣111201−340−2−2−8⎤⎥⎦
단계 2.3
Perform the row operation R3=R3+2R2R3=R3+2R2 to make the entry at 3,23,2 a 00.
단계 2.3.1
Perform the row operation R3=R3+2R2R3=R3+2R2 to make the entry at 3,23,2 a 00.
[111201-340+2⋅0-2+2⋅1-2+2⋅-3-8+2⋅4]⎡⎢⎣111201−340+2⋅0−2+2⋅1−2+2⋅−3−8+2⋅4⎤⎥⎦
단계 2.3.2
R3R3을 간단히 합니다.
[111201-3400-80]⎡⎢⎣111201−3400−80⎤⎥⎦
[111201-3400-80]⎡⎢⎣111201−3400−80⎤⎥⎦
단계 2.4
Multiply each element of R3R3 by -18−18 to make the entry at 3,33,3 a 11.
단계 2.4.1
Multiply each element of R3R3 by -18−18 to make the entry at 3,3 a 1.
[111201-34-18⋅0-18⋅0-18⋅-8-18⋅0]
단계 2.4.2
R3을 간단히 합니다.
[111201-340010]
[111201-340010]
단계 2.5
Perform the row operation R2=R2+3R3 to make the entry at 2,3 a 0.
단계 2.5.1
Perform the row operation R2=R2+3R3 to make the entry at 2,3 a 0.
[11120+3⋅01+3⋅0-3+3⋅14+3⋅00010]
단계 2.5.2
R2을 간단히 합니다.
[111201040010]
[111201040010]
단계 2.6
Perform the row operation R1=R1-R3 to make the entry at 1,3 a 0.
단계 2.6.1
Perform the row operation R1=R1-R3 to make the entry at 1,3 a 0.
[1-01-01-12-001040010]
단계 2.6.2
R1을 간단히 합니다.
[110201040010]
[110201040010]
단계 2.7
Perform the row operation R1=R1-R2 to make the entry at 1,2 a 0.
단계 2.7.1
Perform the row operation R1=R1-R2 to make the entry at 1,2 a 0.
[1-01-10-02-401040010]
단계 2.7.2
R1을 간단히 합니다.
[100-201040010]
[100-201040010]
[100-201040010]
단계 3
결과 행렬을 이용해 연립방정식의 최종 해를 구합니다.
x=-2
y=4
z=0
단계 4
해는 연립방정식을 참이 되게 하는 순서쌍의 집합입니다.
(-2,4,0)
단계 5
각 행의 종속 변수에 대해 식을 풀고 기약행 사다리꼴 형태의 첨가 행렬로 표현된 각 방정식을 재정렬함으로써 벡터해를 분해하여 벡터 등식을 구합니다.
X=[xyz]=[-240]